Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature flag changes #140

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Feature flag changes #140

wants to merge 5 commits into from

Conversation

aholmes
Copy link
Member

@aholmes aholmes commented Oct 17, 2024

No description provided.

specifying the type of feature flag router as a separate module.
@aholmes aholmes force-pushed the aholmes-feature-flag-changes branch from 023d8c8 to ffd1829 Compare October 17, 2024 15:53
The `cast` for the FeatureFlagRouters is necessary for Injector to
correctly resolve and inject instances of the type. The actual type is
`Self | FeatureFlagRouter[...]`, but the usages of the injected type do
not rely on `Self`, which messes up how Injector resolves dependencies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant